home *** CD-ROM | disk | FTP | other *** search
/ Aminet 44 / Aminet 44 (2001)(GTI - Schatztruhe)[!][Aug 2001].iso / Aminet / dev / lang / jikes000.lha / jikes000 / README.AMIGA < prev   
Text File  |  2001-05-18  |  2KB  |  44 lines

  1. This is a native Amiga port (no ixemul.library required) of jikes,
  2. the free Java compiler from IBM, compiled for a plain 68000.
  3.  
  4. The distinction between stable and development version has been
  5. dropped, so the Aminet version is the latest version.  The relevant
  6. files can also be downloaded from the Amiga Jikes home page at
  7. http://dias.cti.gr/~kyrimis/jikes/ .
  8.  
  9. REQUIREMENTS:
  10. * An Amiga with enough memory to run the program.
  11. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  12. * If you want to use the "-encoding" option, you must install ICU, IBM's
  13.   International Classes for Unicode, available at both Aminet and the
  14.   Amiga Jikes web site.
  15.  
  16. INSTALLATION:
  17. Simply copy the jikes executable somewhere in your path. If you have
  18. not installed ICU and you do not have a GG: assign in your system, then
  19. set the environment variable ICU_DATA to point to some directory, e.g.,
  20. "setenv ICU_DATA RAM:" or "setenv ICU_DATA RAM:T/" (make sure you add
  21. the trailing slash), so that you do not get requesters for GG: when you
  22. run Jikes.
  23.  
  24. USAGE:
  25. Set either the CLASSPATH or the JIKESPATH environment variable to point
  26. to the directories and zip/jar files that you want your compiler to use.
  27. E.g., if you are using Kaffe, you can say:
  28. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  29. Separate the path components using semicolons. You can use UNIX "." and ".."
  30. notation for the current directory and for the parent directory of a
  31. directory.
  32.  
  33. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  34. and I'll see what I can do.
  35.  
  36. Kriton Kyrimis.
  37.  
  38. ******************************************************************************
  39. This software is subject to the terms of the IBM Public License, available
  40. at the following URL: http://www.research.com/jikes/license/license3.htm.
  41. Copyright © 1996, 1997, 1998, 1999, 2000, 2001,
  42. International Business Machines Corporation and others.  All Rights Reserved.
  43. ******************************************************************************
  44.